[INFO] cloning repository https://github.com/trignomtry/sparklane
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trignomtry/sparklane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrignomtry%2Fsparklane", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrignomtry%2Fsparklane'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 978ab56e5681e47f319de41d2a9b532e1882bb80
[INFO] fixing trignomtry/sparklane against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrignomtry%2Fsparklane" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/trignomtry/sparklane
[INFO] finished tweaking git repo https://github.com/trignomtry/sparklane
[INFO] tweaked toml for git repo https://github.com/trignomtry/sparklane written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/trignomtry/sparklane on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/trignomtry/sparklane already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded foundationdb-tuple v0.9.1
[INFO] [stderr]   Downloaded prettyplease v0.2.33
[INFO] [stderr]   Downloaded try_map v0.3.1
[INFO] [stderr]   Downloaded foundationdb-macros v0.3.2
[INFO] [stderr]   Downloaded cc v1.2.25
[INFO] [stderr]   Downloaded foundationdb-gen v0.9.2
[INFO] [stderr]   Downloaded actix-multipart v0.7.2
[INFO] [stderr]   Downloaded foundationdb v0.9.2
[INFO] [stderr]   Downloaded parse-size v1.1.0
[INFO] [stderr]   Downloaded foundationdb-sys v0.9.1
[INFO] [stderr]   Downloaded actix-multipart-derive v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55
[INFO] running `Command { std: "docker" "start" "1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling prettyplease v0.2.33
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking zlib-rs v0.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking libz-rs-sys v0.5.0
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking bytestring v1.4.0
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]    Compiling try_map v0.3.1
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking bumpalo v3.17.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling parse-size v1.1.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]    Compiling foundationdb-gen v0.9.2
[INFO] [stderr]     Checking deflate64 v0.1.9
[INFO] [stderr]     Checking foundationdb-tuple v0.9.1
[INFO] [stdout] error: couldn't read `/usr/include/foundationdb/fdb.options`: No such file or directory (os error 2)
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foundationdb-gen-0.9.2/src/lib.rs:352:29
[INFO] [stdout]     |
[INFO] [stdout] 352 | const OPTIONS_DATA: &[u8] = include_bytes!("/usr/include/foundationdb/fdb.options");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking zopfli v0.8.2
[INFO] [stderr] error: could not compile `foundationdb-gen` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55", kill_on_drop: false }`
[INFO] [stdout] 1071a2a7782d73e8884804b49a85fad547c0bd260256ede2c373ff74fc0e9b55
